Learn R Programming

DDPM (version 0.1.0)

Migrants from growth centre type of village: The data set consists of the number of migrants from a household in a growth centre type of village

Description

The function gives the observed frequencies for the number of migrants from a household in a growth centre type of village.

Usage

data_migrant

Value

data_migrant gives the observed frequencies for the number of migrants from a household in a growth centre type of village.

Arguments

data_migrant

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set consists of the number of migrants from a household in a growth centre type of village. It was used by Pandey et al. (2015) and fitted by the inflated probability model on rural outmigration.

References

Pandey, A., Pandey, H., & Shukla, V. K. (2015). An inflated probability model on rural out migration. Journal of Computer and Mathematical Sciences, 6(12), 702-711.

See Also

data_migran, data_migrants

Examples

Run this code
x<-data_migrant
summary(x)
table (x)

Run the code above in your browser using DataLab